ether-group
This command configures the Ethernet Groups table, which lets you define Ethernet Groups by assigning them up to two Ethernet ports.
Syntax
(config-network)# ether-group <Index> (ether-group-<Index>)#
| Command | Description | 
|---|---|
| Index | Defines the table row index. | 
| member1 | Assigns a port to the Ethernet Group. | 
| member2 | Assigns another port to the Ethernet Group. | 
| mode {1rx-1tx|2rx-1tx|2rx-2tx|none|single} | Defines the mode of operation of the ports in the Ethernet Group. This applies only to Ethernet Groups containing two ports. | 
Command Mode
Privileged User
Example
This example configures Ethernet Group 0 with ports GE_4_1 and GE_4_1 and RX/TX mode:
(config-network)# ether-group 0 (ether-group-0)# member1 GE_4_1 (ether-group-0)# member2 GE_4_2 (ether-group-0)# mode 1rx-1tx